home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 1 / Macwelt DVD 1.toast / Web-Publishing / HTML-Editoren / PageSpinner 3.1 / Includes / ps_loadframe.js next >
Encoding:
Text File  |  2000-08-07  |  364 b   |  16 lines

  1. <SCRIPT LANGUAGE="JavaScript" type="text/javascript">
  2. <!--
  3. // Generated by PageSpinner, www.optima-system.com
  4. function psLoadFrame()
  5. {
  6.     var argv = psLoadFrame.arguments;
  7.     var argc = argv.length;
  8.     for (var i = 0; i < argc; i=i+2)
  9.         parent[argv[i]].location = (argv[i+1]);
  10.  
  11.     //this.list[i] = argv[i];
  12.     //parent[frameName2].location = (frameSrc2);
  13. }
  14. // -->
  15. </SCRIPT>
  16.